Skip to content

docs: clarify join argument order in templating reference#2887

Merged
vmaerten merged 1 commit into
go-task:mainfrom
starkmarkus:docs/clarify-join-argument-order
Jun 29, 2026
Merged

docs: clarify join argument order in templating reference#2887
vmaerten merged 1 commit into
go-task:mainfrom
starkmarkus:docs/clarify-join-argument-order

Conversation

@starkmarkus

Copy link
Copy Markdown
Contributor

Summary
Clarify that join receives the list from the left-hand side in pipeline form, and show the equivalent non-pipeline call.

Fixes #2224

Validation

  • Ran git diff --check
  • Ran pnpm build in website/ (currently fails on a pre-existing parsing error in website/src/docs/reference/templating.md:419, outside this diff)

@vmaerten vmaerten enabled auto-merge (squash) June 29, 2026 15:04
@vmaerten vmaerten disabled auto-merge June 29, 2026 15:08
@vmaerten vmaerten merged commit b93897a into go-task:main Jun 29, 2026
10 of 14 checks passed
vmaerten added a commit that referenced this pull request Jun 30, 2026
The inline `{{join " " .WORDS}}` example added in #2887 was parsed by
Vue as an interpolation, breaking the VitePress build. Wrap it in
<span v-pre> like the existing example so it renders literally.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Array function signatures are not obvious from docs or error messages

2 participants